home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
game
/
text
/
EAC14b.lha
/
EAC
/
Developers
/
Tutorials
/
Tutorial_11.EAC
< prev
next >
Wrap
Text File
|
1980-01-05
|
441b
|
20 lines
.----------------------------------------------------.
| This example shows you how to use the WRITEIF: , |
| ENDWRITE: and RND: commands. |
`----------------------------------------------------'
DEC:Number=0
NOBUSY:
PAGE:START
RND:Number:2
WRITEIF:Number=0
Random number = 0
ENDWRITE:
WRITEIF:Number=1
Random number = 1
ENDWRITE:
ADDOPT:Select another random number:START
ENDPAGE: